func mime/multipart.skipLWSPChar

3 uses

	mime/multipart (current package)
		multipart.go#L452: 	rest = skipLWSPChar(rest)
		multipart.go#L467: 	rest = skipLWSPChar(rest)
		multipart.go#L483: func skipLWSPChar(b []byte) []byte {